PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFPathClippingOperator Class / getPathVisualObject Method
In This Topic
    getPathVisualObject Method
    In This Topic
    Gets the path clipped by this operator.
    This property is set only when the property is set to true on the object that processes this operator
    Syntax
    public PDFPathVisualObject getPathVisualObject()

    Return Value

    A com.o2sol.pdf4java.content.visualobjects.PDFPathVisualObject object that describes the path being clipped
    See Also